Use PETestNthTableConnectivity to test whether a database table's settings are valid and ready to be reported on. This function is typically used if you plan to print at a later time but you want to test now to make sure everything is in order for logging on. For example, your application can prompt your user for a password and then test it before printing begins. See Remarks below.
BOOL CRPE_API PETestNthTableConnectivity (
short printJob,
short tableN );
Connection Failure | Error Code | Update with Function |
---|---|---|
Declare Function PETestNthTableConnectivity Lib "crpe32.dll" ( ByVal printJob As Integer, ByVal TableN As Integer ) As Integer
function PETestNthTableConnectivity (
printJob: Word;
tableN: smallint
): Bool stdcall;
EXTERN CLOGICAL PETestNthTableConnectivity (CWORD, CWORD) CRPE.DLL
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |